home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / P4455514.PPD < prev    next >
Text File  |  1991-12-05  |  16KB  |  391 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LASER PARTNER" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013062 or 013452
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 4 April 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Matsushita Laser Partner)"
  20. *PSVersion: "(51.4) 0"
  21. *NickName: "Panasonic KX-P4455 v51.4"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "514972"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "save /initializedisk where{pop(True)}{(False)} ifelse = flush restore"
  29.  
  30. *Throughput: "11"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48.  
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict begin checkpassword end not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict begin exitserver
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *DefaultResolution: 300dpi
  69. *?Resolution: "
  70. save
  71.   initgraphics
  72.   0 0 moveto currentpoint matrix defaultmatrix transform
  73.   0 72 lineto currentpoint matrix defaultmatrix transform
  74.   3 -1 roll sub dup mul
  75.   3 1 roll exch sub dup mul
  76.   add sqrt round cvi
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83.  
  84. *ScreenFreq: "60.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion or PaperTray.
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "statusdict begin lettertray end"
  105. *PageSize Legal: "statusdict begin legaltray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize Envelope.279.639/3.875 x 8.875 Envelope: "statusdict begin 3.875x8.875envelopetray end"
  108. *PageSize Envelope.297.684/4.125 x 9.5 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  109. *PageSize Envelope.312.624/110 x 220 Envelope: "statusdict begin 110x220envelopetray end"
  110.  
  111. *?PageSize: "
  112.  save statusdict begin
  113.   7 dict begin
  114.    /letter (Letter) def 
  115.    /legal (Legal) def
  116.    /a4 (A4) def
  117.    /3.875x8.875envelope (Envelope.279.639/3.875 x 8.875 Envelope) def
  118.    /4.125x9.5envelope (Envelope.297.684/4.125 x 9.5 Envelope) def
  119.    /110x220envelope (Envelope.312.624/110 x 220 Envelope) def
  120.    papersize {
  121.      {load exec} stopped not{= flush}if
  122.    }{
  123.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  124.    }ifelse
  125.   end
  126.  end restore
  127. "
  128. *End
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "letter"
  133. *PageRegion Legal: "legal"
  134. *PageRegion A4: "a4"
  135. *PageRegion Envelope.279.639/3.875 x 8.875 Envelope: "3.875x8.875envelope"
  136. *PageRegion Envelope.297.684/4.125 x 9.5 Envelope: "4.125x9.5envelope"
  137. *PageRegion Envelope.312.624/110 x 220 Envelope: "110x220envelope"
  138.  
  139. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  140. *% These errors should be trapped by software and a message displayed
  141. *DefaultPaperTray: None
  142. *PaperTray Letter: "statusdict begin lettertray end"
  143. *PaperTray Legal: "statusdict begin legaltray end"
  144. *PaperTray A4: "statusdict begin a4tray end"
  145. *PaperTray Envelope.279.639/3.875 x 8.875 Envelope: "statusdict begin 3.875x8.875envelopetray end"
  146. *PaperTray Envelope.297.684/4.125 x 9.5 Envelope: "statusdict begin 4.125x9.5envelopetray end"
  147. *PaperTray Envelope.312.624/110 x 220 Envelope: "statusdict begin 110x220envelopetray end"
  148.  
  149.  
  150. *?PaperTray: "
  151.  save statusdict begin
  152.   7 dict begin
  153.    /letter (Letter) def 
  154.    /legal (Legal) def
  155.    /a4 (A4) def
  156.    /3.875x8.875envelope (Envelope.279.639/3.875 x 8.875 Envelope) def
  157.    /4.125x9.5envelope (Envelope.297.684/4.125 x 9.5 Envelope) def
  158.    /110x220envelope (Envelope.312.624/110 x 220 Envelope) def
  159.     papersize {
  160.      {load exec} stopped not{= flush}if
  161.    }{
  162.      {load exec} stopped not{print (.Transverse) = flush}if
  163.    }ifelse
  164.   end
  165.  end restore
  166. "
  167. *End
  168.  
  169. *% The following entries provide information about specific paper keywords.
  170. *DefaultImageableArea: Letter
  171. *ImageableArea Letter: "15 13 593 777 "
  172. *ImageableArea Legal: "15 15 593 993 "
  173. *ImageableArea A4: "12 15 576 827 "
  174. *ImageableArea Envelope.279.639/3.875 x 8.875 Envelope: "19 18 275 620" 
  175. *ImageableArea Envelope.297.684/4.125 x 9.5 Envelope: "19 18 294 665"
  176. *ImageableArea Envelope.312.624/110 x 220 Envelope: "19 18 309 605"
  177.  
  178. *?ImageableArea: "
  179.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  180.   newpath clippath pathbbox
  181.   4 -2 roll exch 2 {ceiling cvp} repeat
  182.   exch 2 {floor cvp} repeat flush
  183.  restore
  184. "
  185. *End
  186.  
  187. *% These provide the physical dimensions of the paper (by keyword)
  188. *DefaultPaperDimension: Letter
  189. *PaperDimension Letter: "612 792"
  190. *PaperDimension Legal: "612 1008"
  191. *PaperDimension A4: "595 842"
  192. *PaperDimension Envelope.279.639/3.875 x 8.875 Envelope: "279 639"
  193. *PaperDimension Envelope.297.684/4.125 x 9.5 Envelope: "297 684"
  194. *PaperDimension Envelope.312.624/110 x 220 Envelope: "309 605"
  195.  
  196. *DefaultOutputBin: OnlyOne
  197. *DefaultOutputOrder: Normal
  198.  
  199. *DefaultInputSlot: Lower
  200. *InputSlot Lower: "statusdict begin 0 setpapertray end"
  201. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  202. *?InputSlot: "
  203.  save statusdict begin
  204.   5 dict begin
  205.    /0 (Lower) def
  206.    /1 (Upper) def
  207.    papertray 
  208.      {( ) cvs cvn load exec} stopped not{= flush}if
  209.   end
  210.  end restore
  211. "
  212. *End
  213.  
  214. *DefaultManualFeed: None
  215. *?ManualFeed: "
  216. save
  217.   statusdict /manualfeed get
  218.   {(True)}{(False)}ifelse = flush
  219. restore
  220. "
  221. *End
  222. *ManualFeed True: "statusdict begin /manualfeed true store end"
  223. *ManualFeed False: "statusdict begin /manualfeed false store end"
  224.  
  225.  
  226. *% Font Information =====================
  227.  
  228. *DefaultFont: Courier
  229. *Font AvantGarde-Book: Standard "(001.002)"
  230. *Font AvantGarde-BookOblique: Standard "(001.002)"
  231. *Font AvantGarde-Demi: Standard "(001.003)"
  232. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  233. *Font Bookman-Demi: Standard "(001.001)"
  234. *Font Bookman-DemiItalic: Standard "(001.001)"
  235. *Font Bookman-Light: Standard "(001.001)"
  236. *Font Bookman-LightItalic: Standard "(001.001)"
  237. *Font Courier: Standard "(001.004)"
  238. *Font Courier-Bold: Standard "(001.004)"
  239. *Font Courier-BoldOblique: Standard "(001.004)"
  240. *Font Courier-Oblique: Standard "(001.004)"
  241. *Font Helvetica: Standard "(001.002)"
  242. *Font Helvetica-Bold: Standard "(001.002)"
  243. *Font Helvetica-BoldOblique: Standard "(001.002)"
  244. *Font Helvetica-Condensed: Standard "(001.001)"
  245. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  246. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  247. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  248. *Font Helvetica-Narrow: Standard "(001.002)"
  249. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  250. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  251. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  252. *Font Helvetica-Oblique: Standard "(001.002)"
  253. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  254. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  255. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  256. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  257. *Font Palatino-Bold: Standard "(001.002)"
  258. *Font Palatino-BoldItalic: Standard "(001.002)"
  259. *Font Palatino-Italic: Standard "(001.002)"
  260. *Font Palatino-Roman: Standard "(001.001)"
  261. *Font Symbol: Special "(001.003)"
  262. *Font Times-Bold: Standard "(001.002)"
  263. *Font Times-BoldItalic: Standard "(001.004)"
  264. *Font Times-Italic: Standard "(001.002)"
  265. *Font Times-Roman: Standard "(001.002)"
  266. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  267. *Font ZapfDingbats: Special "(001.002)"
  268. *?FontQuery: "
  269. save  4 dict begin /sv exch def
  270. /str (fonts/                              ) def
  271. /st2 128 string def
  272. {
  273.   count 0 gt {
  274.     dup st2 cvs (/) print print (:) print
  275.     dup FontDirectory exch known {pop (Yes)}{
  276.      str exch st2 cvs dup length /len exch def
  277.      6 exch putinterval str 0 len 6 add getinterval mark exch
  278.      { } st2 filenameforall counttomark 0 gt {
  279.       cleartomark (Yes)}{cleartomark (No)}ifelse
  280.     }ifelse = flush
  281.   }{ exit } ifelse
  282. } bind loop
  283. (*) = flush
  284. sv end restore
  285. "
  286. *End
  287.  
  288. *?FontList: "
  289. save  2 dict begin /sv exch def
  290. /str 128 string def
  291. FontDirectory { pop == } bind forall flush
  292. /filenameforall where { 
  293.  pop save (fonts/*) { 
  294.   dup length 6 sub 6 exch getinterval cvn == 
  295.  } bind str filenameforall flush restore
  296. } if 
  297. (*) = flush
  298. sv end restore
  299. "
  300. *End
  301.  
  302. *% Printer Messages (verbatim from printer):
  303. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  304. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  305. *Message: "\FontName\ not found, using Courier"
  306.  
  307. *% Status (format: %%[ status: <one of these> ]%% )
  308. *Status: "idle"
  309. *Status: "busy"
  310. *Status: "waiting"
  311. *Status: "printing"
  312. *Status: "warming up"
  313. *Status: "PrinterError: No process unit"
  314. *Status: "PrinterError: Lower tray out of paper"
  315. *Status: "PrinterError: Toner disposal bottle full"
  316. *Status: "PrinterError: Paper transport jam"
  317. *Status: "PrinterError: Toner low"
  318. *Status: "PrinterError: Call service"
  319. *Status: "PrinterError: Out of toner"
  320. *Status: "PrinterError: Paper exit jam"
  321. *Status: "PrinterError: Paper input jam"
  322. *Status: "PrinterError: Upper tray out of paper"
  323. *Status: "PrinterError: Toner charging"
  324. *Status: "PrinterError: Warming up"
  325. *Status: "PrinterError: Door open"
  326.  
  327. *%Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  328. *Source: "serial9"
  329. *Source: "serial25"
  330. *Source: "AppleTalk"
  331. *Source: "Centronics"
  332.  
  333. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  334. *PrinterError: "No process unit"
  335. *PrinterError: "Lower tray out of paper"
  336. *PrinterError: "Toner disposal bottle full"
  337. *PrinterError: "Paper transport jam"
  338. *PrinterError: "Toner low"
  339. *PrinterError: "Call service"
  340. *PrinterError: "Out of toner"
  341. *PrinterError: "Paper exit jam"
  342. *PrinterError: "Paper input jam"
  343. *PrinterError: "Upper tray out of paper"
  344. *PrinterError: "Toner charging"
  345. *PrinterError: "Warming up"
  346. *PrinterError: "Door open"
  347.  
  348. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  349.  
  350. *% Color Separation Information =====================
  351.  
  352. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  353.  
  354.  
  355. *InkName: ProcessBlack/Process Black
  356. *InkName: CustomColor/Custom Color
  357. *InkName: ProcessCyan/Process Cyan
  358. *InkName: ProcessMagenta/Process Magenta
  359. *InkName: ProcessYellow/Process Yellow
  360.  
  361. *%  For 60 lpi / 300 dpi  ===============================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  364. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  365. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  366. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  367. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  370. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  371. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  372. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  373. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  374.  
  375. *%  For 53 lpi / 300 dpi  ===============================
  376.  
  377. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  378. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  379. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  380. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  381. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  382.  
  383. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  384. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  385. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  386. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  387. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  388.  
  389.  
  390. *% end of PPD file for LASER PARTNER